Release 10.1A: OpenEdge Development:
Progress Dynamics Advanced Development
lookupDisplayComplete event
This event occurs as soon as the lookup has displayed its values into the lookup's fill-in and linked widgets. The difference between the
lookupCompleteandlookupDisplayCompletehooks is mainly that thelookupDisplayCompletehook fires every time the lookup displays something. This includes when a viewer initializes.The
lookupDisplayCompleteevent is published fromdisplaylookupinlookup.pwith the following parameters:
Table 1–3 describes the
lookupDisplayCompleteEventparameters.
To use this event, simply add a procedure to your viewer’s custom super procedure with the name
lookupDisplayCompleteand the above parameters. Then ininitializeObjectof your super procedure, before theRUNSUPERstatement, add the following line:
This event is useful if you want to use the values in the linked fields when the viewer starts up. The
lookupCompletehook would not be available at this time, as the lookups have not actually been used yet. It might also be necessary to pass new or linked values on to other viewers, in which case this event would also be useful.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |